#
# Makefile for CMSYS examples
#     by Micromint Support <support@micromint.com>    June-2011
#
TARGET=vcomdemo
#
# Project options
#
ROOT=../../..
#PROJ_CFLAGS=
#PROJ_LDFLAGS=
#PROJ_LIBS=

#
# Project source files
#
SOURCE=$(TARGET).c \
       cdcuser.c \
       serial.c \
       usbcore.c \
       usbdesc.c \
       usbhw.c \
       usbuser.c \


include $(ROOT)/micromint/makedefs
